Help for this page

Select Code to Download


  1. or download this
    vipm Apache::Registry CGI
    #or
    vipm Apache/Registry.pm CGI.pm
    
  2. or download this
    #! /usr/bin/perl -w
    #
    # Find a module and edit it. Arguments should be either
    ...
        s|::|/|g;
    }
    exec $ENV{EDITOR} || '/bin/vi', map {/^-/? $_ : $INC{$_ . '.pm'} } @AR
    +GV;