Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use warnings;
    ...
    }
    
    close OLD;
    
  2. or download this
    #!/usr/bin/perl
    
    use warnings;
    ...
    }
    
    close OLD;
    
  3. or download this
    $host_key=~/^www.perlmonks.org$/
    $host_key=~/^localhost$/
    $host_key=~/\.weather\.com$/ and $name eq "UserPreferences"
    ...
    #...
    #...
    #(each line is evaluated seperately)