Help for this page

Select Code to Download


  1. or download this
    $main->width => 2000; 
    $main->height => 1000;
    
  2. or download this
    perl -MO=Deparse
    $main->width => 2000;
    ...
    $main->width, '???';
    $main->height, '???';
    - syntax OK