I am facing a problem which is weblogic convert to CGI method.
The original process is -> the Front End is using Visual C++, and backend is using WEBLOGIC the based programming is JAVA.
The method for Weblogic to receive the request from Front end (Visual C++) thru URL.
for example :... (0 Replies)
My system does not have wget, curl and lynx. The chances are low that the SA would install them for me. Do I have any other way out? I need to invoke a few URL calls from my SHELL script.
Thought of using a PERL script or writing a simple Java client, but that adds in more dependencies.
Any... (37 Replies)
Hi all, I have a php file that grabs xml, parses it and updates my db accordingly. I want to automate the execution of this process, rather than having to hit the url manually.
I have been looking into using cron to execute a script to do this, however i'm not exactly sure what command i would... (1 Reply)
Hi,
My objective is to make a shell script that, when run, you can input multiple links at once.
text is then inserted between the http:// part and the following url.
example : http://google.be ==> http://sometext.google.be
it would be great if it could then open all the created links (wich... (5 Replies)
I have a php page which i run in a browser, it has a the refresh meta tag which refreshes the page after every 15 mins. Now i am running this on a browser. It will refresh and do something and update the database every 15 mins.
So now is there any way i can simulate this using a simple shell... (2 Replies)
Hi guys,
I have a serious issue with running cron command. My host not supported format below mentioned, just the URL.) http://www.mysite/example.php ( I’m affraid a bit, the host do not going to support the sh as well…anyway)
Somehow I need to „wrap” this command, to able to call cron:
... (1 Reply)
Hi,
Can anybody help to solve this. I want to parse some xmldata along with the URL in the Shell.
I'm calling the URL via the curl command
Given below is my shell script file
export... (7 Replies)
Discussion started by: Megala
7 Replies
LEARN ABOUT DEBIAN
ppix::regexp::token::grouptype::code
PPIx::Regexp::Token::GroupType::Code(3pm) User Contributed Perl Documentation PPIx::Regexp::Token::GroupType::Code(3pm)NAME
PPIx::Regexp::Token::GroupType::Code - Represent one of the embedded code indicators
SYNOPSIS
use PPIx::Regexp::Dumper;
PPIx::Regexp::Dumper->new( 'qr{(?{print "hello world!
")}smx' )
->print();
INHERITANCE
"PPIx::Regexp::Token::GroupType::Code" is a PPIx::Regexp::Token::GroupType.
"PPIx::Regexp::Token::GroupType::Code" has no descendants.
DESCRIPTION
This method represents one of the embedded code indicators, either '?' or '??', in the zero-width assertion
(?{ print "Hello, world!
" })
or the old-style deferred expression syntax
my $foo;
$foo = qr{ foo (??{ $foo }) }smx;
METHODS
This class provides no public methods beyond those provided by its superclass.
SUPPORT
Support is by the author. Please file bug reports at <http://rt.cpan.org>, or in electronic mail to the author.
AUTHOR
Thomas R. Wyant, III wyant at cpan dot org
COPYRIGHT AND LICENSE
Copyright (C) 2009-2012 by Thomas R. Wyant, III
This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For more details, see the full
text of the licenses in the directory LICENSES.
This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of
merchantability or fitness for a particular purpose.
perl v5.14.2 2012-06-06 PPIx::Regexp::Token::GroupType::Code(3pm)