Help for this page

Select Code to Download


  1. or download this
    package printname;
    
    ...
    
    
    1;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    use printname;
    
    printname("John");
    
  3. or download this
    C:\Scripts>perl  testmodule.pl
    Use of uninitialized value $name in concatenation (.) or string at C:/
    +Perl64/lib/printname/printname.pm line 12.
    
    Hello,
    Undefined subroutine &main::printname called at testmodule.pl line 8.