Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Database logon trigger issue Oracle
  • Check_recovery.sh program to run sqlplus and return its values remotely. Linux/Unix
  • ORA-00064: object is too large to allocate on this O/S during startup Oracle
  • crontab syntax Linux/Unix
  • Good Oracle Architecture In Short and point to point Oracle
  • fdisk -l explaination about Primary-Logical-Extended Partitions Linux/Unix
  • Monitor and Trace Unix processes using truss Linux/Unix
  • before_trunc.sql Before Truncate table needs to execute following: Oracle
  • Kill a session dynanically using execute immediate Oracle
  • SQL Server: How to see historical transactions SQL Server
  • Drop all SPM baselines for SQL handle Oracle
  • Very Good Oralce Internal Tuning Book Oracle
  • How to specify 2 arch location to avoid any kind of DB hanging. Oracle
  • Restoring a user’s original password 1051962.101 Oracle
  • Follwoing korn shell is used to move files from source folder to destination folder and gzip it in destination folder. mv_iotto.ksh Linux/Unix

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

  • newupload.html PHP/MYSQL/Wordpress
  • My FTP Job Scheduling for www.pvmehta.com PHP/MYSQL/Wordpress
  • Move WordPress site from one hosting service to other. PHP/MYSQL/Wordpress
  • Windows based Command line mailing program like mailx (Sednmail for windows) PHP/MYSQL/Wordpress
  • upload.html 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

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (342)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • before_trunc.sql Before Truncate table needs to execute following: Oracle
  • get_ratio.sql get the ratio of users from v$session and this uses CASE-WHEN-THEN clause Oracle
  • telnet listening Linux/Unix
  • sess1.sql Oracle
  • Jai Shree Ram PHP/MYSQL/Wordpress
  • useful dg links Oracle
  • Find Time Consuming SQL Statements in Oracle 10g Oracle
  • Move WordPress site from one hosting service to other. PHP/MYSQL/Wordpress

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme