Help for this page

Select Code to Download


  1. or download this
    $a = "foo";
    $b = "bar";
    $c = "baz";
    @list = \($a, $b, $c);
    foreach(@list) { print $$_ . "\n"; }