Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Undefined subroutine

by J9 (Beadle)
on Mar 11, 2003 at 14:05 UTC ( [id://242026]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ##Test Module
    package Test;
    ...
        return($tme);
    }
    1;
    
  2. or download this
    #! /usr/bin/perl
    
    ...
    print "About to use Module\n";
    &Prt("This is a test in the Mod");
    print "Finished\n";
    
  3. or download this
    About to use Module
    Undefined subroutine &main::Prt called at C:\dev\Source_Perl\MiscTests
    +\mod.pl line 8.
    
  4. or download this
    &Test::Prt("This is a test in the Mod");
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://242026]
Approved by Tanalis
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-16 18:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found