Help for this page

Select Code to Download


  1. or download this
    while (< $$self{fhFrom} >) {
    
  2. or download this
    perl -e 'open(my $fh,".bashrc");$h={ f => $fh };while(<$$h{f}>){print}
    +'
    
  3. or download this
    $ perl -MData::Dumper=Dumper -e 'open(my $fh,".bashrc") or die;
     my %h=(f => $fh);print Dumper(\%h); while(<$h{f}>){print}'
    ...
              \*{'::$fh'}
            ];
    GLOB(0x800d80)