Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    require 5.006_001;
    ...
    use CGI 2.752 qw//;
    use DBI 1.15 qw//;
    use Win32::Shortcut 0.03 qw//;
    
  2. or download this
    #!/usr/bin/perl
    require 5.006_001;
    ...
        my $modVersion = ${$_ . '::VERSION'} || '';
        print "use $_ ",  $modVersion, ' qw//;', $/;
    }