Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Bad name after xxxx'

by KyussRyn (Acolyte)
on Jan 25, 2011 at 03:45 UTC ( [id://884038]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    01: #!c:\Perl\bin\perl
    02: use warnings;
    ...
    11: print $htmlPage->a( { -href => CONSTANT1
    12:         , -target => '_self' }, '利用規約'
    + );
    13:     print "</p>";
    
  2. or download this
    12:         , -target => ''_self'' }, '&#21033;&#29992;&#35215;&#32004
    +;' );
    12:         , -target => "_self" }, '&#21033;&#29992;&#35215;&#32004;'
    + );
    12:         , -target => "'_self'" }, '&#21033;&#29992;&#35215;&#32004
    +;' );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (2)
As of 2024-04-26 01:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found