Help for this page

Select Code to Download


  1. or download this
    Summary of my perl5 (revision 5 version 10 subversion 0) configuration
    +:
      Platform:
    ...
        /usr/share/perl/5.10
        /usr/local/lib/site_perl
        .
    
  2. or download this
    Summary of my perl5 (revision 5 version 10 subversion 0) configuration
    +:
      Platform:
    ...
        /usr/share/perl/5.10
        /usr/local/lib/site_perl
        .
    
  3. or download this
    $t1=($two->{OwnerName});                #works
    $t1='<b>'.($two->{OwnerName}).'</b>';   #doesn't work
    ...
    $tb->text($t1);
    ($endw1, $ypos1, $overflow1)=$tb->apply;