Help for this page

Select Code to Download


  1. or download this
    @lsList == ("Hello","World","BANG!","2","!")
    $sItem == 5
    $nItem == 5
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
        print "@lsList\n";
    }
    ListInsert(\@hello, "!", 2);
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
        print "@lsList\n";
    }
    ListInsert(\@hello, "!", 2);