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

Re^4: Extracting Unique elements

by smandape1 (Acolyte)
on Jun 17, 2011 at 17:06 UTC ( [id://910217]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if (ref($bar) eq "ARRAY") {
          
    ...
        } else {
          print FH $bar;
        }
    
  2. or download this
    <xsl:test if position() != last()>
    <xsl:value-of select="."/>;
    ...
    <xsl:test if position() = last()>
    <xsl:value-of select="."/>
    </xsl:test>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-03-19 05:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found