Help for this page

Select Code to Download


  1. or download this
    #Put in file TestA.pm in a root lib directory
    package TestA;
    ...
    package TestA;
    print "'$var','$var2'";
    1;
    
  2. or download this
    '','TestB'
    
  3. or download this
    'TestA','TestB'
    
  4. or download this
    package TestA;
    {
    ...
      print "'$var','$var2'";
      1;
    }