Help for this page

Select Code to Download


  1. or download this
    $canvas->move('text', 0, -45);
    
  2. or download this
         $tempstring .= $buf;
         if($tempstring =~ /\n/){
    ...
            write_lyric("$temps[0] $temps[1]\n");
           $tempstring = '';
          }
    
  3. or download this
    #!/usr/bin/perl
    use warnings;
    ...