Sponsored Content
The Lounge What is on Your Mind? Top Cybersecurity Threats Earth Year 2019 | You Have Been Warned! Post 303036333 by Neo on Sunday 23rd of June 2019 10:08:18 AM
Old 06-23-2019
Hey Wise!

Actually, I love the second version (this version) with the "cyber rock beat"... it has a more epic cinematic feel to it and it bring out more emotions, at least for me:

Code:
https://youtu.be/Fh-Osmuzmk4

Thanks for making me feel like you loved the first version. I greatly appreciate that. I also liked the first version sans the typos, and the music was cool, but this version goes "deeper" for me and is more cinematic.

Hope you like it too.
 

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::Image(3pm)				User Contributed Perl Documentation				WWW::Mechanize::Image(3pm)

NAME
WWW::Mechanize::Image - Image object for WWW::Mechanize SYNOPSIS
Image object to encapsulate all the stuff that Mech needs Constructor new() Creates and returns a new "WWW::Mechanize::Image" object. my $image = WWW::Mechanize::Image->new( { url => $url, base => $base, tag => $tag, name => $name, # From the INPUT tag height => $height, # optional width => $width, # optional alt => $alt, # optional } ); Accessors $link->url() URL from the link $link->base() Base URL to which the links are relative. $link->name() Name for the field from the NAME attribute, if any. $link->tag() Tag name (either "image" or "input") $link->height() Image height $link->width() Image width $link->alt() ALT attribute from the source tag, if any. $link->URI() Returns the URL as a URI::URL object. $link->url_abs() Returns the URL as an absolute URL string. SEE ALSO
WWW::Mechanize and WWW::Mechanize::Link COPYRIGHT &; LICENSE Copyright 2004-2010 Andy Lester. This program is free software; you can redistribute it and/or modify it under the terms of either: o the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or o the Artistic License version 2.0. perl v5.14.2 2011-08-05 WWW::Mechanize::Image(3pm)
All times are GMT -4. The time now is 12:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy