Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl 
    use strict;
    ...
                    print OUT "$recno^$qno^$vtext";
                    }     
            }
    
  2. or download this
    Global symbol "$recno" requires explicit package name at verb.pl line 
    +18.
    Global symbol "$qno" requires explicit package name at verb.pl line 18
    +.
    Global symbol "$vtext" requires explicit package name at verb.pl line 
    +18. 
    Execution of verb.pl aborted due to compilation errors.