Sponsored Content
Top Forums Programming Can perl get a pagename when called from iframe? Post 302440191 by tip78 on Monday 26th of July 2010 11:47:24 AM
Old 07-26-2010
Can perl get a pagename when called from iframe?

how?
there is html-page with:
<iframe>
<!--#exec cgi="perl-script"-->
</iframe>

so in that perl-script need to delegate the name of html-page
why? too lazy for ajax

Last edited by tip78; 07-26-2010 at 01:19 PM..
tip78
 

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Procedures are not called ?

My shell script is executing i am having no syntax errors or other errors. When i am testing the shell script i am having a problem that the procedure Prompt, Environment,List are not found. I defined all these procedures in the shell script. Environment() { FULL=N export FULL LOGON=cat... (2 Replies)
Discussion started by: dreams5617
2 Replies

2. Shell Programming and Scripting

How to determine if a script (perl) was called from a CRON job or commandline

Hi, Is there a way to determine if a Script is called from a CRON job or from a commandline Gerry. (2 Replies)
Discussion started by: jerryMcguire
2 Replies

3. Shell Programming and Scripting

perl problem - why isn't 'die' being called?

last week i started learning perl, so have limited skill and knowledge. why isn't 'die' being called and the script exiting before the 'directory created' line? if (! -d "$logdir") { system "mkdir -p $logdir" || die print "\nERROR: release log directory creation failed - $logdir: $!\n";... (4 Replies)
Discussion started by: mjays
4 Replies

4. Shell Programming and Scripting

what is it called?

Hey, I've come across and have used things like: fase1=${QUERY_STRING%%&*} and I was wondering what this kind of actions is called? (I'm talking about the % and # operators on strings) Does anyone know where i can find more info about it? It looks like a very powerful tool... Regards, Karel (1 Reply)
Discussion started by: KarelVH
1 Replies

5. Shell Programming and Scripting

Perl script to find where functions is called in c

Hello, I need to write a perl script to find where functions is called in c files.. The script should scan the file and find out the function names and then search to see where they are called... Lets for now assume all functions are internal. I don't know where to start :( ... (4 Replies)
Discussion started by: bojomojo
4 Replies

6. HP-UX

What is this shell called ?

:wall:What is this shell called ? "/sbin/sh" When I run "echo $SHELL" command on my HP-UX,I get above output. In Linux It was "/bin/bash". Which is bash shell. (5 Replies)
Discussion started by: manalisharmabe
5 Replies

7. UNIX for Dummies Questions & Answers

Awk: print all URL addresses between iframe tags without repeating an already printed URL

Here is what I have so far: find . -name "*php*" -or -name "*htm*" | xargs grep -i iframe | awk -F'"' '/<iframe*/{gsub(/.\*iframe>/,"\"");print $2}' Here is an example content of a PHP or HTM(HTML) file: <iframe src="http://ADDRESS_1/?click=5BBB08\" width=1 height=1... (18 Replies)
Discussion started by: striker4o
18 Replies

8. Post Here to Contact Site Administrators and Moderators

Redirect from iFrame Theft

You are here because you have been redirected from a site which is stealing our content with iframe and other content theft techniques. Please comment on this theft of our content or ask questions about content theft in this thread. Thank you. (1 Reply)
Discussion started by: Neo
1 Replies
Package::Stash::PP(3)					User Contributed Perl Documentation				     Package::Stash::PP(3)

NAME
Package::Stash::PP - pure perl implementation of the Package::Stash API VERSION
version 0.33 SYNOPSIS
use Package::Stash; DESCRIPTION
This is a backend for Package::Stash implemented in pure perl, for those without a compiler or who would like to use this inline in scripts. BUGS
o remove_symbol also replaces the associated typeglob This can cause unexpected behavior when doing manipulation at compile time - removing subroutines will still allow them to be called from within the package as subroutines (although they will not be available as methods). This can be considered a feature in some cases (this is how namespace::clean works, for instance), but should not be relied upon - use "remove_glob" directly if you want this behavior. o Some minor memory leaks The pure perl implementation has a couple minor memory leaks (see the TODO tests in t/20-leaks.t) that I'm having a hard time tracking down - these may be core perl bugs, it's hard to tell. Please report any bugs through RT: email "bug-package-stash at rt.cpan.org", or browse to http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Package-Stash <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Package-Stash>. SUPPORT
You can find this documentation for this module with the perldoc command. perldoc Package::Stash You can also look for information at: o AnnoCPAN: Annotated CPAN documentation http://annocpan.org/dist/Package-Stash <http://annocpan.org/dist/Package-Stash> o CPAN Ratings http://cpanratings.perl.org/d/Package-Stash <http://cpanratings.perl.org/d/Package-Stash> o RT: CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=Package-Stash <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Package-Stash> o Search CPAN http://search.cpan.org/dist/Package-Stash <http://search.cpan.org/dist/Package-Stash> AUTHOR
Jesse Luehrs <doy at tozt dot net> Mostly copied from code from Class::MOP::Package, by Stevan Little and the Moose Cabal. SEE ALSO
o Class::MOP::Package This module is a factoring out of code that used to live here COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Jesse Luehrs. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.16.2 2011-09-28 Package::Stash::PP(3)
All times are GMT -4. The time now is 11:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy