Help for this page

Select Code to Download


  1. or download this
    my $r_cd = $storage->remote("Music::CD");
    my @cds = $storage->select
    ...
          order => $r_cd->{year},
          limit => [2, 3]
        );
    
  2. or download this
    $h=$ENV{HOME};my@q=split/\n\n/,`cat $h/.quotes`;$s="$h/."
    ."signature";$t=`cat $s`;print$t,"\n",$q[rand($#q)],"\n";