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

Re: Dereferencing arrays

by BrowserUk (Patriarch)
on Mar 19, 2014 at 20:10 UTC ( [id://1078975]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub mergeSort( \@arrayRef ) {
    
  2. or download this
    C:\test>perl -c junk92.pl
    Illegal character in prototype for main::mergeSort : \@arrayRef at jun
    +k92.pl line 27.
    ...
    Scalar value @groupA[$i] better written as $groupA[$i] at junk92.pl li
    +ne 73.
    Scalar value @groupB[$j] better written as $groupB[$j] at junk92.pl li
    +ne 78.
    junk92.pl syntax OK
    
  3. or download this
        my ( @groupA, @groupB, $dataRef ) = @_;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-24 19:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found