Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
libfinance-quote-perl /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
Quote_example.pl
2.49
KB
-rwxr-xr-x
chkshares.pl
1.31
KB
-rwxr-xr-x
currency-lookup.pl
499
B
-rwxr-xr-x
stockdump.pl
500
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : currency-lookup.pl
#!/usr/bin/perl -w use strict; use lib '../lib'; use Finance::Quote; # This script demonstrates how currencies can be converted using # Finance::Quote. # Example usage: currency-lookup.pl USD AUD # (Converts from US Dollars to Australian Dollars) die "Usage: $0 FROM TO\n" unless defined($ARGV[1]); my $q = Finance::Quote->new(); my $exchange_rate = $q->currency($ARGV[0],$ARGV[1]); die "Urgh! Nothing back\n" unless $exchange_rate; print $ARGV[0]."->".$ARGV[1]." = ".$exchange_rate."\n";
Close