Help for this page

Select Code to Download


  1. or download this
    my (%graphic, %url);
    for ($i=0; $i<2; $i++) {
        $graphic{$i} = $foo;
        $url{$i} = $bar;
    }
    
  2. or download this
    print $graphic{2};