elliottw has asked for the wisdom of the Perl Monks concerning the following question:
and that's perfect. i just can't figure out how to do it with a perl script. i'd like to do it without using any modules but LWP seems to be working.<?xml version="1.0" encoding="UTF-8"?> <hash> <user> <timezone>Sydney</timezone> <admin type="boolean">true</admin> <timestamp-timers type="boolean">false</timestamp-timers> <email>elliott.williams@secondroad.com.au</email> <id type="integer">111331</id> </user> </hash>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: https request i got the cURL working
by Anonymous Monk on Mar 17, 2010 at 03:34 UTC | |
by elliottw (Initiate) on Mar 17, 2010 at 04:40 UTC | |
by Anonymous Monk on Mar 18, 2010 at 06:24 UTC |