Help for this page

Select Code to Download


  1. or download this
    #works fine
    sub addem{
    ...
    print "the file = $filename\n";
    print "the line = $line\n";
    
  2. or download this
    #not returning anything.
    sub calling{
    ...
            print join(",", caller 1);
            }