Sponsored Content
The Lounge What is on Your Mind? Top Cybersecurity Threats Earth Year 2019 | You Have Been Warned! Post 303036330 by wisecracker on Sunday 23rd of June 2019 09:12:21 AM
Old 06-23-2019
Hi Neo...

OK, I will but expect criticism of any background music choice if I think you have chosen wrongly.
I have had serious experience in the music scene for decades and classically trained on Clarinet and Cello and self taught "rock" and pseudo-classical Guitarist.

(Addendum; there are four tracks of me and my band from 1976, (IIRC), on the WWW.)
This User Gave Thanks to wisecracker For This Post:
 

3 More Discussions You Might Find Interesting

1. Cybersecurity

The Top Ten Cybersecurity Threats for 2009 - Draft for Comments

Following up on my 2008 list of top cybersecurity threats, I have just published The Top Ten Cybersecurity Threats for 2009 for public comments. If you are interested in cybersecurity threats, kindly email your suggestions or comments directly to me (tim dot silkroad at gmail dot com).  I will... (0 Replies)
Discussion started by: Linux Bot
0 Replies

2. What is on Your Mind?

Exactly 1 year ago today, 18-09-2019...

This is mainly for Corona688, today's date 18-09-2019. Remember from little acorns big trees grow a few months ago? Well this is well on the way to 1000+ dls by the end of the year... AMINET from its inception in 1992 is accessed by very, very many and the AMIGA is still loved by millions. ... (1 Reply)
Discussion started by: wisecracker
1 Replies

3. What is on Your Mind?

Moderator of the Year 2019 Award Announcement Only

Dear All, We are happy to post that I will be announcing soon my award for "Moderator of the Year 2019". This is a new award which I plan to announce in December of each year, starting this year (2019). The prizes will be (still working out the details): A Moderator of the Year... (3 Replies)
Discussion started by: Neo
3 Replies
WWW::Mechanize::FormFiller::Value::Keep(3pm)		User Contributed Perl Documentation	      WWW::Mechanize::FormFiller::Value::Keep(3pm)

NAME
WWW::Mechanize::FormFiller::Value::Keep - Leave an HTML field alone SYNOPSIS
use WWW::Mechanize::FormFiller; use WWW::Mechanize::FormFiller::Value::Keep; my $f = WWW::Mechanize::FormFiller->new(); # Leave the login field untouched my $login = WWW::Mechanize::FormFiller::Value::Keep->new( 'login' ); $f->add_value( login => $login ); # Alternatively take the following shorthand, which adds the # field to the list as well : my $sessionid = $f->add_filler( session => 'Keep' ); DESCRIPTION
This class provides a way to keep a value in an HTML field. new NAME Creates a new value which will correspond to the HTML field "NAME". name [NEWNAME] Gets and sets the name of the HTML field this value corresponds to. value FIELD Returns whatever "FIELD-"value()> returns. EXPORT None by default. COPYRIGHT AND LICENSE This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Copyright (C) 2002,2003 Max Maischein AUTHOR
Max Maischein, <corion@cpan.org> Please contact me if you find bugs or otherwise improve the module. More tests are also very welcome ! SEE ALSO
WWW::Mechanize,WWW::Mechanize::Shell, WWW::Mechanize::FormFiller,WWW::Mechanize::FormFiller::Value, WWW::Mechanize::FormFiller::Value::Fixed, WWW::Mechanize::FormFiller::Value::Default, WWW::Mechanize::FormFiller::Value::Random, WWW::Mechanize::FormFiller::Value::Interactive perl v5.10.1 2009-04-24 WWW::Mechanize::FormFiller::Value::Keep(3pm)
All times are GMT -4. The time now is 04:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy