Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: uFIFO mk.2

by BrowserUk (Patriarch)
on Aug 29, 2002 at 21:04 UTC ( [id://193915]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! perl -w
    use strict;
    ...
            ordered => sub { return map { ${ $_ }} @fifo; },
        }
    }
    
  2. or download this
    # TEST CODE ONLY BELOW HERE
    my $fifo1 = uFIFO(); # create a fifo - we can have as many as we need
    ...
          Processed: l f s p q r j m h d n u v i e o x a c y z t g w b k W
    + X Y Z A
            Ordered: l f s p q r j m h d n u v i e o x a c y z t g w b k W
    + X Y Z A 0  1 2 3 4 5 6 7 8 9
          Unordered:  A W X Y Z a b c d e f g h i j k l m n 0 1 o 2 p 3 q 
    +4 r 5 s 6 t 7 u 8 v 9 w x y z
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-20 02:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found