Help for this page

Select Code to Download


  1. or download this
    {
        my %working_dir_of;
    ...
    sub get {
        ...
    }
    
  2. or download this
    my %working_dir_of;
    
    sub get {
       ...
    }
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
    meth('hash','foo');
    __END__
    bar
    
  4. or download this
    my( %dbh_of, %dir_of, ...);
    
    ...
            carp("Invalid attribute '$attr'");
        }
    }