CARVIEW |
- Trending Topics:
- actionscript
- iphone
- mobile
- ipad
- app development
- android
- flex
- More...
Earn Rewards, Reputation, and Badges
Redeem the reputation points you've earned from participating in O'Reilly Answers for O'Reilly ebooks, videos, courses, and conferences.
Learn more »
Recommended for You
Topics: perl
perl Feed
perl Open Questions Feed
perl Email
Open Questions via Email

Please sign in or register to post.

Please sign in or register to post.
-
Which Perl module should I use to modify an existing XML file?
Asked by brian_d_foy : 20 August 2010 - 10:26 AM
Tags:
-
Which Perl module should I use to create a new XML file?
Asked by brian_d_foy : 20 August 2010 - 10:26 AM
Answered by ambs : Aug 20 2010 11:33 AM
XML::Writer::Simple or Template Toolkit or HTML::Template(::Pro). full answer >
-
Which Perl module should I use to pull information from an XML file?
Asked by brian_d_foy : 20 August 2010 - 10:11 AM
Answered by ruoso : Aug 20 2010 12:00 PM
I'll reply just here, but the answer is valid for all the three question. If you have a XML Schema, XML::Compile will provide a very fast interface (it compiles each XSD parser/writer to a closur... full answer >
-
Which Perl XML module should I use?
Asked by brian_d_foy : 14 August 2010 - 08:05 AM
Answered by ruoso : Aug 14 2010 10:23 AM
XML::LibXML has a DOM interface, which is very usefull. It is also the base used by XML::Compile, which is, imnsho, the better way to handle well-formed, schema-based XML. full answer >
-
New problem with Spidering Hack Tutorial ~ Bareword
Asked by dmgmn : 25 June 2010 - 03:28 PM
Answered by dmgmn : Jun 25 2010 04:16 PM
I found the problem, as_trimmed-text should have been: as_trimmed_text full answer >
-
Creating Web Apps using Strawberry Perl on Windows Vista
Asked by newPerlJammer : 25 June 2010 - 04:24 AM
Answered by jwgaynor: Jun 25 2010 07:11 AM
You need a cgi directory to place your perl programs in and you need to name them as program_name.cgi, example: https://www.mysite.ne...n/some_cgi_prog Or inside of a web page, (following all on one... full answer >
-
Need help with Perl Tutorial from Spidering Hacks
Asked by dmgmn : 24 June 2010 - 03:30 PM
Answered by jwgaynor: Jun 25 2010 07:01 AM
You need to declare your variables near the start of your program even though not yet defined. You are using 'strict' which requires that your variables are declared. Global declarations are ... full answer >
-
Perl programmer's work
Asked by Andrew Ivanov : 24 June 2010 - 11:00 AM
Answered by sopan.shewale : Jun 24 2010 11:30 PM
hi - Perl is used at many many places and in many many applications (many times as Glue-tool). Web Applications use Perl most of the times and thats because of great Module called CGI. Its also used... full answer >
-
Why are these results different in Perl?
Asked by jackliu : 24 June 2010 - 06:49 AM
Answered by msilver: Jun 24 2010 02:56 PM
In your first block of code, the 3rd line from the top is commented out: Quote#$x = $x * 200; In your second block of code, the 3rd line from the top is not commented out: Quote$x =... full answer >
-
How to measure Facebook activity with the Facebook API and Perl
By sarahkim: 09 June 2010 - 11:37 AM
Here's a simple Perl script that uses the Facebook API to get Facebook activity stats for a webpage. We are using it to output a table that shows us how many people are sharing, liking, commentin...
![]() ©2010, O'Reilly Media, Inc. (707) 827-7000 / (800) 998-9938 All trademarks and registered trademarks appearing on oreilly.com are the property of their respective owners. |
|