ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/pbcdedit/pbcdedit
(Generate patch)

Comparing pbcdedit/pbcdedit (file contents):
Revision 1.76 by root, Tue Aug 9 11:44:54 2022 UTC vs.
Revision 1.77 by root, Tue Aug 9 12:09:03 2022 UTC

870 870
871 pbcdedit edit BCD eval 'say $BCD->{$DEFAULT}{description}' 871 pbcdedit edit BCD eval 'say $BCD->{$DEFAULT}{description}'
872 872
873The example given for C<set> could be expressed like this: 873The example given for C<set> could be expressed like this:
874 874
875 pbcdedit edit BCD eval '$BCD->{"{bootmgr}"{default} = "{b097d2ad-bc00-11e9-8a9a-525400123456}"' 875 pbcdedit edit BCD eval '$BCD->{"{bootmgr}"}{default} = "{b097d2ad-bc00-11e9-8a9a-525400123456}"'
876 876
877=item C<do> I<path> 877=item C<do> I<path>
878 878
879Similar to C<eval>, above, but instead of using the argument as perl code, 879Similar to C<eval>, above, but instead of using the argument as perl code,
880it loads the perl code from the given file and executes it. This makes it 880it loads the perl code from the given file and executes it. This makes it

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines