Help for this page

Select Code to Download


  1. or download this
    foreach $line ($self->getAllLines() {... }
    
  2. or download this
    liord@analog4 267 > perl -e 'sub a { %a = ( 1 , "ho" ); return %a} pri
    +nt keys a(), "\n"; '
    Type of arg 1 to keys must be hash (not subroutine entry) at -e line 1
    +, near "),"
    Execution of -e aborted due to compilation errors.
    
  3. or download this
    liord@analog4 268 > perl -e 'sub a { %a = ( 1 , "ho" ); return %a} %t=
    + a() ; print keys %t , "\n"; '
    1