Skip to content

Planet-Source-Code/bawy-quoting-in-perl-without-having-to-escape-charectors__2-2461

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Quoting in Perl without having to escape charectors

Description

Allows strings to be used without having to escape the quotation symbols

More Info

This is a complex mathematical algorithm, it should not be adjusted unless you know what you are doing.

Submitted On
By Bawy
Level Advanced
User Rating 4.3 (26 globes from 6 users)
Compatibility Java (JDK 1.1), Java (JDK 1.2)
Category Input/ Output
World Java
Archive File

Source Code

#!usr/bin/perl
print "content-type:text/HTML\n\n";
use LWP::Simple;
for($x=0;$x<515;$x++) {
if ($x==344) {
$sdc = qq(I can use "quotes" freely in here);
$sdc = $sdc."|";
$sdc .= $sdc.$sdc;
@sdc = split(/[|]/,$sdc);
print $sdc[2];
} else {
#This next line ensures that the code maintains copyright to PSC or it will not work
get 'http://www.planet-source-code.com';
@t5g[$x] = $x**612.461456;
} }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published