Help for this page

Select Code to Download


  1. or download this
    my @dirs = qw#/usr /tmp Kitten.gif /sys /var/run /nonexistent /root#;
    
    @dirs = map {
    ...
            } @dirs;
    
    print "\nThe following are valid: @dirs\n";
    
  2. or download this
    `Kitten.gif' is not a directory
    `/nonexistent' is not a directory
    
    The following are valid: /usr /tmp /sys /var/run /root