Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
        AUVProcess( $file );
        return;
    }
    
  2. or download this
    package AUV::123;
    use strict;
    ...
    }
    
    print "AUV::123 loaded";