Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Expire date of domain

by Eily (Monsignor)
on Oct 13, 2014 at 14:27 UTC ( [id://1103629]=note: print w/replies, xml ) Need Help??


in reply to Expire date of domain

perl -MNet::Domain::ExpireDate -e '$x=expire_date('abc.com');print $x;' ""Why its not working"
You have single quotes both as script delimiter and inside the script:
perl -e 'print ('acb.com');' -> abccom
You are calling "expire_date" with parameter abccom.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (9)
As of 2024-04-19 09:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found