Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: (FoxUni) Re: the next step

by educated_foo (Vicar)
on May 09, 2002 at 16:55 UTC ( [id://165428]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    foo a b c = a ++ c ++ b
    with_parens a b = foo a b
    y = with_parens "<" ">"
    
  2. or download this
    use strict;
    use Carp;
    ...
    my $x = foo(1,2);
    &$x(3);
    &$x(2);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://165428]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-20 00:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found