Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: ldapsearch in perl

by linuxer (Curate)
on Jan 07, 2013 at 23:36 UTC ( [id://1012130]=note: print w/replies, xml ) Need Help??


in reply to ldapsearch in perl

Is your code example complete?

What is happening when you execute your code, what is not? Any warnings or errors?

Your are defining a subroutine Check, but you never call it. So I assume you missed to call Check for execution.

#! /usr/bin/perl use strict; use warnings; sub foo { print "I am foo().\n"; } # call foo or nothing (visible) will happen foo();

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (8)
As of 2024-04-19 07:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found