Help for this page

Select Code to Download


  1. or download this
    use Errno ':POSIX';
    
    {
    ...
    
        print 'test', $/ or die $!;
    }
    
  2. or download this
    *CORE::GLOBAL::glob = sub {
        my $pat = shift;
        my @got;
    ...
    package Whatever;
    
    print <[a-z_]+\.pm>;  #show all pragmas in the current directory