Help for this page

Select Code to Download


  1. or download this
    qwurx [shmem] ~ > perl -le '$h = {foo => "42"}; print {$h} "foo"'
    Not a GLOB reference at -e line 1.
    qwurx [shmem] ~ >
    
  2. or download this
    sort {byid} @list;
    map {$_->()} @stuff;
    print {$fh||$ofh} @vars;