Help for this page

Select Code to Download


  1. or download this
    #use strict;
    use vars qw($AUTOLOAD);
    ...
        print @;
        #do something with $@ to check runtime errors
    }