Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

RFC: Language::Logo

by liverpole (Monsignor)
on Jan 30, 2007 at 04:24 UTC ( [id://597268]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #
    #  Language::Logo.pm
    ...
    
    =cut
    
  2. or download this
    #!/usr/bin/perl -w
    #
    ...
    use warnings;
    use Language::Logo;
    my $lo = new Logo()->interact();
    
  3. or download this
    #!/usr/bin/perl -w
    #
    ...
            $size += $incr;
        }
    }
    
  4. or download this
    #!/usr/bin/perl -w
    #
    ...
    use warnings;
    
    system("spiral.pl -t -x -u 1 -n 10 -s 100 -w 8 -p 200,300 -i -.01 -a 8
    +5 95")
    
  5. or download this
    #!/usr/bin/perl -w
    #
    ...
    } else {
        system("flowers.pl -h : 324.4");
    }
    
  6. or download this
    #!/usr/bin/perl -w
    #
    ...
    
    # Main program
    system("spiral.pl $args $angle");
    
  7. or download this
    #!/usr/bin/perl -w
    #
    ...
        $lo->command("fd $dist");
        $lo->command("rt random $minang $maxang");
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://597268]
Approved by bobf
Front-paged by McDarren
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (7)
As of 2024-03-28 10:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found