Help for this page

Select Code to Download


  1. or download this
    while(my ($r,$s) = each(%{ {x=>5,y=>8} })) {
        print($r);
        };
    
  2. or download this
    >perl -wMstrict -le
    "while (my $endlessly = shift @{[ qw(but why?) ]}) {
    ...
    but...
    but...
    Terminating on signal SIGINT(2)