Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
        link $ARGV[0], $ARGV[1] or die "link failed: $!\n";
    }
    print "$ARGV[1] is now installed as a link to $ARGV[0]\n";
    
  2. or download this
    my $Usage = <<ENDUSE;
    Usage: $0 [-s] file_name link_name
    ...
    } else {
        link ...
    }