Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    }
    |);
    print "F($ARGV[0]) is ", $safe->reval(qq|fibonacci($ARGV[0])|), "\n";
    
  2. or download this
    & 2e main  L<13><08>N
    & 30 main p<FF><06><08>ON__
    & 31 main  L<13><08>N
    & 32 main p<FF><06><08>ON__
    
  3. or download this
    Safe::reval
       Safe::lexless_anon_sub
    ...
             main::fibonacci
                main::fibonacci
                   (... and so on)
    
  4. or download this
    #!/usr/bin/perl
    
    ...
    }
    |);
    print "F($ARGV[0]) is ", eval(qq|fibonacci($ARGV[0])|), "\n";
    
  5. or download this
    & 471 main <10><98>
    id
    
  6. or download this
    while (<>) { print; last if /^PART2/ }
    while (<>) {
    ...
            $prev = $_;
    }
    print $prev;
    
  7. or download this
    WeBWorK::PG::Translator::translate
       Safe::reval
    ...
             strict::unimport
          main::<88>'<AA><08>ON__
             main::DOCUMENT
    
  8. or download this
    WeBWorK::PG::Translator::translate
       Safe::reval
    ...
             strict::unimport
          main::<F8><CE><99><08>ON__
             main::DOCUMENT
    
  9. or download this
    WeBWorK::PG::Translator::translate
       Safe::reval
    ...
             strict::unimport
          main::__ANON__
             main::DOCUMENT