Help for this page

Select Code to Download


  1. or download this
    $txt->translate( 100, 650 );
    $txt->text( $header, -encoding => 'utf8' );
    
    $txt->translate( 100, 650 );
    $txt->text( $quote, -encoding => 'utf8' );
    
  2. or download this
    #!/usr/bin/perl
    use v5.14;
    ...
      $line->stroke;
    }