Help for this page

Select Code to Download


  1. or download this
    use Path::Class;
    
    ...
        print $_,"\n";
    }
    close($handle);
    
  2. or download this
    1
    2
    3
    4
    
  3. or download this
    use Path::Class;
    
    ...
        print $_,"\n";
    }
    close($hash{'handle'});
    
  4. or download this
    IO::File=GLOB(0x6fdf28)
    
  5. or download this
    use Path::Class;
    
    ...
        print $_,"\n";
    }
    close($hash{'handle'});
    
  6. or download this
    1
    2
    3
    4