Or even:
use strict;
use warnings;
my $string = qq{oCMenu.makeMenu('m40','','Files','','',100,20) oCMenu.
+makeMenu('m41','m40','Periodic Reports','index.cfm?openaction=file_ar
+chive.view&CONTENT_ID=BF764E84-ED11-EC57-40672E520082E823','',125,20)
+ oCMenu.makeMenu('m53','m40','Reference Documents','index.cfm?openact
+ion=file_archive.view&CONTENT_ID=BF76E870-E7CC-515F-D4D5C3D4A210BB9A'
+,'',125,20)};
$string =~ /Periodic Reports','(.*?)'/;
print $1;
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.