Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    # ^-- use any perl available
    ...
    
    my $shinyperl=($^O eq 'linux') ? '/nfs/linux/bin/perl' : '/nfs/aix/bin
    +/perl';
    symlink($shinyperl,'/usr/local/bin/my-shiny-perl') or die "Create syml
    +ink failed: $!";