Help for this page

Select Code to Download


  1. or download this
    #Package.pm
    
    ...
        my ($input) = shift;
        print $input;
    }
    
  2. or download this
    #script.pl
    
    ...
    print_lines($file);
    test("hello world\n");
    test_2("hello this is dog"); # i love this meme lol