Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
                   ( -d _ ) ? "subd" : "othr";
        print "$file ==$type\n";
    }
    
  2. or download this
    use Encode;
    
    ...
    open( O,">",$_ ) or die "$_:$!\n";
    print O "test\n"
    close O;