Help for this page

Select Code to Download


  1. or download this
    package Args;
    use v5.10;
    use strict;
    use warnings;
    print __LINE__, "\n";
    
  2. or download this
    print __LINE__, "\n";
    package Args;
    ...
    use strict;
    use warnings;
    print __LINE__, "\n";