Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • move_arch_files.ksh Linux/Unix
  • Create type and Grant on it. Oracle
  • Caching sequence in Memory Oracle
  • how to find VIP from ifconfig Linux/Unix
  • How to collect CPU usage on Linux using Shell script Linux/Unix
  • Oracle Recommended Patches — Oracle Database ID 756671.1 Oracle
  • Vivek’s egrep commands to trace problem. (on linux x86-64) Linux/Unix
  • Rename Oracle Instance Name Oracle
  • move_arch_files.ksh Linux/Unix
  • How to find where datafile is created dbf_info.sql Oracle
  • reset Sequence Oracle
  • ext#.sql Oracle
  • Mutating Table Error while using database trigger Oracle
  • Another Tuning Article for subheap of shared pool Oracle
  • Pending Transaction Neighbors Script Oracle

Shuffle an array

Posted on 06-Sep-2005 By Admin No Comments on Shuffle an array

#!c:perlbinperl

use List::Util ‘shuffle’;

# Following line is necessary of you are using perl to write html in browser.

print “Content-type: text/htmlnn”;

print ““;

print “CGI Test“;

print ““;

print “

Newer Verion of File Management Operations !

“;

@list=(“one”, “two”, “three”, “four”, “five”, “six”, “seven”, “eight”, “nine”, “ten”);

print “list = @list”;

@shuffled = shuffle(@list);

print “
“;

print “shuffled array = @shuffled”;

print ““;

PHP/MYSQL/Wordpress

Post navigation

Previous Post: To seee semaphores and shared memory segments in Solaris
Next Post: Metalink Note: Note:250655.1 : ADDM Basics USING THE AUTOMATIC DATABASE DIAGNOSTIC MONITOR

Related Posts

  • upload.html PHP/MYSQL/Wordpress
  • Windows based Command line mailing program like mailx (Sednmail for windows) PHP/MYSQL/Wordpress
  • PHP code to add WordPress posts in bulk programmatically PHP/MYSQL/Wordpress
  • newupload.html PHP/MYSQL/Wordpress
  • For Perl DBI installation and testing program PHP/MYSQL/Wordpress
  • How to hide author name in WordPress BLOG PHP/MYSQL/Wordpress

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (387)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (336)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024
  • Reading config file from other folder inside class24-Sep-2024
  • Python class import from different folders22-Sep-2024
  • Transfer SQL Profiles from One database to other database.05-Sep-2024
  • Load testing on Oracle 19C RAC with HammerDB18-Jan-2024
  • Add new columns in dataframe30-Sep-2023

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • copying/removing directory with all its subdirectory Linux/Unix
  • switchlogfile.sh Linux/Unix
  • findx.sql /* Find Indexes on specified USER.TABLE_NAME */ Oracle
  • currwait.sql Oracle
  • Histogram information Oracle
  • Gathering statistics with DBMS_STATS Oracle
  • Exadata Basics Oracle
  • Looping for remote servers and find its database from oratab file. Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme