Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^4: Function Prototypes - the only reasons I know

by Discipulus (Canon)
on Nov 24, 2015 at 08:58 UTC ( [id://1148484]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # built in
    push @array, $first, $second, @all;
    ...
    # so you can call it as
    my_push @arr, 'as', 'it was', 'a builtin';
    
  2. or download this
    perl -MConfig -e "print qq(For Perl $Config{version} the push prototyp
    +e is: ),prototype 'CORE::push' "
    For Perl 5.8.8 the push prototype is: \@@
    ...
    perl -MConfig -e "print qq(For Perl $Config{version} the push prototyp
    +e is: ),prototype 'CORE::push' "
    For Perl 5.14.2 the push prototype is: +@
    
  3. or download this
    
    my_grep (&@){
    ...
       ...
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-03-29 02:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found