Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    for (@slice) {
       print "value is $_\n";
    }
    
  2. or download this
    C:\Code>perl assign_slice.pl
    value is gunder
    value is frank
    value is abel